partner_schema.json in billfixers-partner-1.1.6 vs partner_schema.json in billfixers-partner-1.1.7

- old
+ new

@@ -387,24 +387,10 @@ "name": "BillAttributes", "description": "Attributes for creating or updating a bill", "fields": null, "inputFields": [ { - "name": "providerId", - "description": "The ID of the Provider", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { "name": "last4ssn", "description": "The last 4 digits of the customer's social security number", "type": { "kind": "SCALAR", "name": "String", @@ -457,20 +443,10 @@ "ofType": null } } }, "defaultValue": null - }, - { - "name": "createdVia", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null @@ -637,11 +613,11 @@ "description": "Autogenerated input type of CreateBill", "fields": null, "inputFields": [ { "name": "customerId", - "description": null, + "description": "The ID of the customer", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -650,10 +626,24 @@ } }, "defaultValue": null }, { + "name": "providerId", + "description": "The ID of the provider", + "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, @@ -1106,20 +1096,10 @@ "ofType": null }, "defaultValue": null }, { - "name": "externalId", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { "name": "firstName", "description": null, "type": { "kind": "SCALAR", "name": "String", @@ -2466,10 +2446,37 @@ }, "isDeprecated": false, "deprecationReason": null }, { + "name": "UpdateBill", + "description": null, + "args": [ + { + "name": "input", + "description": "Parameters for UpdateBill", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateBillInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateBillPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { "name": "UpdateCustomer", "description": null, "args": [ { "name": "input", @@ -4765,9 +4772,133 @@ "name": "String", "description": "Represents textual data as UTF-8 character sequences. This 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": "UpdateBillInput", + "description": "Autogenerated input type of UpdateBill", + "fields": null, + "inputFields": [ + { + "name": "billId", + "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, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "BillAttributes", + "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": "UpdateBillPayload", + "description": "Autogenerated return type of UpdateBill", + "fields": [ + { + "name": "bill", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Bill", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "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": "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": "INPUT_OBJECT", \ No newline at end of file