partner_schema.json in billfixers-partner-1.0.0 vs partner_schema.json in billfixers-partner-1.1.0

- old
+ new

@@ -50,11 +50,13 @@ "description": "Autogenerated return type of AcceptOffer", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -62,11 +64,13 @@ "deprecationReason": null }, { "name": "errors", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -86,11 +90,13 @@ "deprecationReason": null }, { "name": "offer", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "Offer", "ofType": null }, @@ -98,11 +104,13 @@ "deprecationReason": null }, { "name": "success", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -113,11 +121,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -125,11 +135,13 @@ "description": null, "fields": [ { "name": "createdAt", "description": "The date the record was created", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -141,11 +153,13 @@ "deprecationReason": null }, { "name": "customer", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", @@ -155,13 +169,33 @@ }, "isDeprecated": false, "deprecationReason": null }, { + "name": "customerId", + "description": "Billfixer's alpha-numeric Customer ID", + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { "name": "id", "description": "Alpha-numeric unique identifier", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -173,11 +207,13 @@ "deprecationReason": null }, { "name": "items", "description": "The items on the bill", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -197,11 +233,13 @@ "deprecationReason": null }, { "name": "offers", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -221,11 +259,13 @@ "deprecationReason": null }, { "name": "provider", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", @@ -237,11 +277,13 @@ "deprecationReason": null }, { "name": "providerId", "description": "Billfixer's alpha-numeric Provider ID", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -253,11 +295,13 @@ "deprecationReason": null }, { "name": "status", "description": "Status of the bill", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -269,11 +313,13 @@ "deprecationReason": null }, { "name": "title", "description": "Title of the bill", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -285,11 +331,13 @@ "deprecationReason": null }, { "name": "totalSavings", "description": "The total value gained from negotiations", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -301,11 +349,13 @@ "deprecationReason": null }, { "name": "updatedAt", "description": "The last time the record was updated", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -316,11 +366,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", @@ -399,20 +451,16 @@ } }, "defaultValue": null }, { - "name": "customer", + "name": "createdVia", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CustomerAttributes", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null } ], "interfaces": null, @@ -425,11 +473,13 @@ "description": "The connection type for Bill.", "fields": [ { "name": "edges", "description": "A list of edges.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -449,11 +499,13 @@ "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -473,11 +525,13 @@ "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", @@ -489,11 +543,13 @@ "deprecationReason": null }, { "name": "totalCount", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -505,11 +561,13 @@ "deprecationReason": null }, { "name": "totalSavings", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -520,11 +578,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -532,11 +592,13 @@ "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -548,22 +610,26 @@ "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "Bill", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", @@ -616,11 +682,13 @@ "description": "Autogenerated return type of CancelBill", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -628,11 +696,13 @@ "deprecationReason": null }, { "name": "success", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -643,21 +713,37 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateBillInput", "description": "Autogenerated input type of CreateBill", "fields": null, "inputFields": [ { + "name": "customerId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { "name": "bill", "description": null, "type": { "kind": "NON_NULL", "name": null, @@ -690,11 +776,13 @@ "description": "Autogenerated return type of CreateBill", "fields": [ { "name": "bill", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "Bill", "ofType": null }, @@ -702,11 +790,13 @@ "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -714,11 +804,13 @@ "deprecationReason": null }, { "name": "errors", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -738,11 +830,13 @@ "deprecationReason": null }, { "name": "success", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -753,11 +847,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", @@ -800,11 +896,13 @@ "description": "Autogenerated return type of CreateCustomer", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -812,11 +910,13 @@ "deprecationReason": null }, { "name": "customer", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "Customer", "ofType": null }, @@ -824,11 +924,13 @@ "deprecationReason": null }, { "name": "errors", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -848,11 +950,13 @@ "deprecationReason": null }, { "name": "success", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -863,11 +967,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -875,11 +981,13 @@ "description": "The person being billed by a provider", "fields": [ { "name": "avatarUrl", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -891,11 +999,13 @@ "deprecationReason": null }, { "name": "b2b", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -964,11 +1074,13 @@ "deprecationReason": null }, { "name": "createdAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -980,11 +1092,13 @@ "deprecationReason": null }, { "name": "email", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -996,11 +1110,13 @@ "deprecationReason": null }, { "name": "firstName", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -1008,11 +1124,13 @@ "deprecationReason": null }, { "name": "id", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1024,11 +1142,13 @@ "deprecationReason": null }, { "name": "lastName", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -1036,11 +1156,13 @@ "deprecationReason": null }, { "name": "name", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1052,11 +1174,13 @@ "deprecationReason": null }, { "name": "phoneNumber", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -1064,11 +1188,13 @@ "deprecationReason": null }, { "name": "updatedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1079,11 +1205,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", @@ -1182,11 +1310,13 @@ "description": "The connection type for Customer.", "fields": [ { "name": "edges", "description": "A list of edges.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -1206,11 +1336,13 @@ "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -1230,11 +1362,13 @@ "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", @@ -1246,11 +1380,13 @@ "deprecationReason": null }, { "name": "totalCount", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1261,11 +1397,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -1273,11 +1411,13 @@ "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1289,22 +1429,26 @@ "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "Customer", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", @@ -1322,11 +1466,13 @@ "description": null, "fields": [ { "name": "email", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1338,11 +1484,13 @@ "deprecationReason": null }, { "name": "firstName", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1354,11 +1502,13 @@ "deprecationReason": null }, { "name": "firstNameLastInitial", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1370,11 +1520,13 @@ "deprecationReason": null }, { "name": "id", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1386,11 +1538,13 @@ "deprecationReason": null }, { "name": "lastName", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1402,11 +1556,13 @@ "deprecationReason": null }, { "name": "name", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1418,22 +1574,26 @@ "deprecationReason": null }, { "name": "phoneNumber", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", @@ -1451,11 +1611,13 @@ "description": null, "fields": [ { "name": "grandeUrl", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1467,11 +1629,13 @@ "deprecationReason": null }, { "name": "iconUrl", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1483,11 +1647,13 @@ "deprecationReason": null }, { "name": "id", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, @@ -1495,11 +1661,13 @@ "deprecationReason": null }, { "name": "imageProcessed", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1511,11 +1679,13 @@ "deprecationReason": null }, { "name": "largeUrl", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1527,11 +1697,13 @@ "deprecationReason": null }, { "name": "mediumUrl", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1543,11 +1715,13 @@ "deprecationReason": null }, { "name": "originalUrl", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1559,11 +1733,13 @@ "deprecationReason": null }, { "name": "smallUrl", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1575,11 +1751,13 @@ "deprecationReason": null }, { "name": "thumbnailUrl", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1591,11 +1769,13 @@ "deprecationReason": null }, { "name": "tinyUrl", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1606,11 +1786,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -1618,11 +1800,13 @@ "description": null, "fields": [ { "name": "content", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1634,11 +1818,13 @@ "deprecationReason": null }, { "name": "contentHtml", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1650,11 +1836,13 @@ "deprecationReason": null }, { "name": "createdAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1666,11 +1854,13 @@ "deprecationReason": null }, { "name": "fields", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -1690,11 +1880,13 @@ "deprecationReason": null }, { "name": "id", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1706,11 +1898,13 @@ "deprecationReason": null }, { "name": "respondedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, @@ -1718,11 +1912,13 @@ "deprecationReason": null }, { "name": "updatedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1733,11 +1929,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", @@ -1778,11 +1976,13 @@ "description": "The connection type for InformationRequest.", "fields": [ { "name": "edges", "description": "A list of edges.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -1802,11 +2002,13 @@ "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -1826,11 +2028,13 @@ "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", @@ -1842,11 +2046,13 @@ "deprecationReason": null }, { "name": "totalCount", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1857,11 +2063,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -1869,11 +2077,13 @@ "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1885,22 +2095,26 @@ "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "InformationRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -1908,11 +2122,13 @@ "description": null, "fields": [ { "name": "createdAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1924,11 +2140,13 @@ "deprecationReason": null }, { "name": "dataType", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1940,11 +2158,13 @@ "deprecationReason": null }, { "name": "id", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1956,11 +2176,13 @@ "deprecationReason": null }, { "name": "label", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1972,11 +2194,13 @@ "deprecationReason": null }, { "name": "placeholder", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -1988,11 +2212,13 @@ "deprecationReason": null }, { "name": "updatedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2004,22 +2230,26 @@ "deprecationReason": null }, { "name": "value", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", @@ -2076,11 +2306,13 @@ "description": null, "fields": [ { "name": "createdAt", "description": "The date the record was created", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2092,11 +2324,13 @@ "deprecationReason": null }, { "name": "duration", "description": "The length of time in months that an item's savings is good for", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2108,11 +2342,13 @@ "deprecationReason": null }, { "name": "name", "description": "Name of the good or service", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2124,11 +2360,13 @@ "deprecationReason": null }, { "name": "postPrice", "description": "The post-negotiation price", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2140,11 +2378,13 @@ "deprecationReason": null }, { "name": "prePrice", "description": "The pre-negotiation price", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2156,11 +2396,13 @@ "deprecationReason": null }, { "name": "savings", "description": "The difference between the prePrice and the postPrice", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2172,11 +2414,13 @@ "deprecationReason": null }, { "name": "savingsEndOn", "description": "The date the discount/savings end", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2188,11 +2432,13 @@ "deprecationReason": null }, { "name": "savingsStartOn", "description": "The date the discount/savings start", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2204,11 +2450,13 @@ "deprecationReason": null }, { "name": "underContract", "description": "Indicates the item is under contract", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2220,11 +2468,13 @@ "deprecationReason": null }, { "name": "updatedAt", "description": "The last time the record was updated", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2235,11 +2485,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", @@ -2442,14 +2694,43 @@ "name": "UpdateCustomerPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "UpdateWebhookUrls", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateWebhookUrlsInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateWebhookUrlsPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -2457,11 +2738,13 @@ "description": null, "fields": [ { "name": "billId", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2473,11 +2756,13 @@ "deprecationReason": null }, { "name": "cancelledAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, @@ -2485,11 +2770,13 @@ "deprecationReason": null }, { "name": "compedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, @@ -2497,11 +2784,13 @@ "deprecationReason": null }, { "name": "createdAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2513,11 +2802,13 @@ "deprecationReason": null }, { "name": "deletedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, @@ -2525,11 +2816,13 @@ "deprecationReason": null }, { "name": "failedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, @@ -2537,11 +2830,13 @@ "deprecationReason": null }, { "name": "fixedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, @@ -2549,11 +2844,13 @@ "deprecationReason": null }, { "name": "fixerIds", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -2573,11 +2870,13 @@ "deprecationReason": null }, { "name": "fixers", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -2597,11 +2896,13 @@ "deprecationReason": null }, { "name": "id", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2613,11 +2914,13 @@ "deprecationReason": null }, { "name": "informationRequests", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -2637,11 +2940,13 @@ "deprecationReason": null }, { "name": "invoicedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, @@ -2649,11 +2954,13 @@ "deprecationReason": null }, { "name": "items", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -2673,11 +2980,13 @@ "deprecationReason": null }, { "name": "negotiationNumber", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2689,11 +2998,13 @@ "deprecationReason": null }, { "name": "requestedConsentAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, @@ -2701,11 +3012,13 @@ "deprecationReason": null }, { "name": "requestedInformationAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, @@ -2713,11 +3026,13 @@ "deprecationReason": null }, { "name": "startedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, @@ -2725,11 +3040,13 @@ "deprecationReason": null }, { "name": "state", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2741,11 +3058,13 @@ "deprecationReason": null }, { "name": "tags", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -2765,11 +3084,13 @@ "deprecationReason": null }, { "name": "totalSavings", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2781,11 +3102,13 @@ "deprecationReason": null }, { "name": "updatedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2796,11 +3119,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -2808,11 +3133,13 @@ "description": null, "fields": [ { "name": "acceptedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, @@ -2820,11 +3147,13 @@ "deprecationReason": null }, { "name": "bill", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", @@ -2836,11 +3165,13 @@ "deprecationReason": null }, { "name": "content", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2852,11 +3183,13 @@ "deprecationReason": null }, { "name": "contentHtml", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2868,11 +3201,13 @@ "deprecationReason": null }, { "name": "createdAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2884,11 +3219,13 @@ "deprecationReason": null }, { "name": "customer", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", @@ -2900,11 +3237,13 @@ "deprecationReason": null }, { "name": "id", "description": "Alpha-numeric unique identifier", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2916,11 +3255,13 @@ "deprecationReason": null }, { "name": "rejectedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, @@ -2928,11 +3269,13 @@ "deprecationReason": null }, { "name": "status", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2944,11 +3287,13 @@ "deprecationReason": null }, { "name": "updatedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -2959,11 +3304,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -2971,11 +3318,13 @@ "description": "The connection type for Offer.", "fields": [ { "name": "edges", "description": "A list of edges.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -2995,11 +3344,13 @@ "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -3019,11 +3370,13 @@ "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", @@ -3035,11 +3388,13 @@ "deprecationReason": null }, { "name": "totalCount", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -3050,11 +3405,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -3062,11 +3419,13 @@ "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -3078,22 +3437,26 @@ "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "Offer", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -3101,11 +3464,13 @@ "description": "Information about pagination in a connection.", "fields": [ { "name": "endCursor", "description": "When paginating forwards, the cursor to continue.", - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -3113,11 +3478,13 @@ "deprecationReason": null }, { "name": "hasNextPage", "description": "When paginating forwards, are there more items?", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -3129,11 +3496,13 @@ "deprecationReason": null }, { "name": "hasPreviousPage", "description": "When paginating backwards, are there more items?", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -3145,34 +3514,135 @@ "deprecationReason": null }, { "name": "startCursor", "description": "When paginating backwards, the cursor to continue.", - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", + "name": "Partner", + "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": "id", + "description": "Alpha-numeric unique identifier", + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "liveWebhookUrl", + "description": "Webhook URL for live/production requests", + "args": [ + + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "testWebhookUrl", + "description": "Webhook URL for test/development requests", + "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": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", "name": "Provider", "description": null, "fields": [ { "name": "billFields", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -3192,11 +3662,13 @@ "deprecationReason": null }, { "name": "createdAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -3208,11 +3680,13 @@ "deprecationReason": null }, { "name": "id", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -3224,11 +3698,13 @@ "deprecationReason": null }, { "name": "logo", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "Image", "ofType": null }, @@ -3236,11 +3712,13 @@ "deprecationReason": null }, { "name": "name", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -3252,11 +3730,13 @@ "deprecationReason": null }, { "name": "services", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -3276,11 +3756,13 @@ "deprecationReason": null }, { "name": "updatedAt", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -3291,11 +3773,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -3328,10 +3812,28 @@ }, "isDeprecated": false, "deprecationReason": null }, { + "name": "FindCurrentPartner", + "description": null, + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Partner", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { "name": "FindCustomer", "description": null, "args": [ { "name": "id", @@ -3856,11 +4358,13 @@ "deprecationReason": null }, { "name": "ListProviders", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -3879,11 +4383,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", @@ -3926,11 +4432,13 @@ "description": "Autogenerated return type of RejectOffer", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -3938,11 +4446,13 @@ "deprecationReason": null }, { "name": "errors", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -3962,11 +4472,13 @@ "deprecationReason": null }, { "name": "offer", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "Offer", "ofType": null }, @@ -3974,11 +4486,13 @@ "deprecationReason": null }, { "name": "success", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -3989,11 +4503,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", @@ -4050,11 +4566,13 @@ "description": "Autogenerated return type of RespondToInformationRequest", "fields": [ { "name": "bill", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "Bill", "ofType": null }, @@ -4062,11 +4580,13 @@ "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -4074,11 +4594,13 @@ "deprecationReason": null }, { "name": "errors", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -4098,11 +4620,13 @@ "deprecationReason": null }, { "name": "informationRequest", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "InformationRequest", "ofType": null }, @@ -4110,22 +4634,44 @@ "deprecationReason": null }, { "name": "negotiation", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "Negotiation", "ofType": null }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "success", + "description": null, + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", @@ -4192,11 +4738,13 @@ "description": "Autogenerated return type of UpdateCustomer", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -4204,11 +4752,13 @@ "deprecationReason": null }, { "name": "customer", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "Customer", "ofType": null }, @@ -4216,11 +4766,13 @@ "deprecationReason": null }, { "name": "errors", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -4240,11 +4792,13 @@ "deprecationReason": null }, { "name": "success", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -4255,23 +4809,157 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { + "kind": "INPUT_OBJECT", + "name": "UpdateWebhookUrlsInput", + "description": "Autogenerated input type of UpdateWebhookUrls", + "fields": null, + "inputFields": [ + { + "name": "liveWebhookUrl", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "testWebhookUrl", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { "kind": "OBJECT", + "name": "UpdateWebhookUrlsPayload", + "description": "Autogenerated return type of UpdateWebhookUrls", + "fields": [ + { + "name": "clientMutationId", + "description": "A unique identifier for the client performing the mutation.", + "args": [ + + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "errors", + "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": "partner", + "description": null, + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Partner", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "success", + "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": "__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": "args", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -4291,11 +4979,13 @@ "deprecationReason": null }, { "name": "description", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -4303,11 +4993,13 @@ "deprecationReason": null }, { "name": "locations", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -4327,11 +5019,13 @@ "deprecationReason": null }, { "name": "name", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -4343,11 +5037,13 @@ "deprecationReason": null }, { "name": "onField", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -4359,11 +5055,13 @@ "deprecationReason": "Use `locations`." }, { "name": "onFragment", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -4375,11 +5073,13 @@ "deprecationReason": "Use `locations`." }, { "name": "onOperation", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -4390,11 +5090,13 @@ "isDeprecated": true, "deprecationReason": "Use `locations`." } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", @@ -4521,11 +5223,13 @@ "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": "deprecationReason", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -4533,11 +5237,13 @@ "deprecationReason": null }, { "name": "description", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -4545,11 +5251,13 @@ "deprecationReason": null }, { "name": "isDeprecated", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -4561,11 +5269,13 @@ "deprecationReason": null }, { "name": "name", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -4576,11 +5286,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -4588,11 +5300,13 @@ "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": "args", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -4612,11 +5326,13 @@ "deprecationReason": null }, { "name": "deprecationReason", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -4624,11 +5340,13 @@ "deprecationReason": null }, { "name": "description", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -4636,11 +5354,13 @@ "deprecationReason": null }, { "name": "isDeprecated", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -4652,11 +5372,13 @@ "deprecationReason": null }, { "name": "name", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -4668,11 +5390,13 @@ "deprecationReason": null }, { "name": "type", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", @@ -4683,11 +5407,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -4695,11 +5421,13 @@ "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": "defaultValue", "description": "A GraphQL-formatted string representing the default value for this input value.", - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -4707,11 +5435,13 @@ "deprecationReason": null }, { "name": "description", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -4719,11 +5449,13 @@ "deprecationReason": null }, { "name": "name", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -4735,11 +5467,13 @@ "deprecationReason": null }, { "name": "type", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", @@ -4750,11 +5484,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -4762,11 +5498,13 @@ "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": "directives", "description": "A list of all directives supported by this server.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -4786,11 +5524,13 @@ "deprecationReason": null }, { "name": "mutationType", "description": "If this server supports mutation, the type that mutation operations will be rooted at.", - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, @@ -4798,11 +5538,13 @@ "deprecationReason": null }, { "name": "queryType", "description": "The type that query operations will be rooted at.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", @@ -4814,11 +5556,13 @@ "deprecationReason": null }, { "name": "subscriptionType", "description": "If this server support subscription, the type that subscription operations will be rooted at.", - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, @@ -4826,11 +5570,13 @@ "deprecationReason": null }, { "name": "types", "description": "A list of all types supported by this server.", - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", @@ -4849,11 +5595,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", @@ -4861,11 +5609,13 @@ "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 and description, 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": "description", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -4935,11 +5685,13 @@ "deprecationReason": null }, { "name": "inputFields", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", @@ -4955,11 +5707,13 @@ "deprecationReason": null }, { "name": "interfaces", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", @@ -4975,11 +5729,13 @@ "deprecationReason": null }, { "name": "kind", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", @@ -4991,11 +5747,13 @@ "deprecationReason": null }, { "name": "name", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, @@ -5003,11 +5761,13 @@ "deprecationReason": null }, { "name": "ofType", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, @@ -5015,11 +5775,13 @@ "deprecationReason": null }, { "name": "possibleTypes", "description": null, - "args": [], + "args": [ + + ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", @@ -5034,11 +5796,13 @@ "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [], + "interfaces": [ + + ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", @@ -5102,11 +5866,15 @@ ], "directives": [ { "name": "include", "description": "Directs the executor to include this field or fragment only when the `if` argument is true.", - "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"], + "locations": [ + "FIELD", + "FRAGMENT_SPREAD", + "INLINE_FRAGMENT" + ], "args": [ { "name": "if", "description": "Included when true.", "type": { @@ -5123,11 +5891,15 @@ ] }, { "name": "skip", "description": "Directs the executor to skip this field or fragment when the `if` argument is true.", - "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"], + "locations": [ + "FIELD", + "FRAGMENT_SPREAD", + "INLINE_FRAGMENT" + ], "args": [ { "name": "if", "description": "Skipped when true.", "type": { @@ -5144,11 +5916,14 @@ ] }, { "name": "deprecated", "description": "Marks an element of a GraphQL schema as no longer supported.", - "locations": ["FIELD_DEFINITION", "ENUM_VALUE"], + "locations": [ + "FIELD_DEFINITION", + "ENUM_VALUE" + ], "args": [ { "name": "reason", "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).", "type": { @@ -5161,6 +5936,6 @@ ] } ] } } -} +} \ No newline at end of file