partner_schema.json in billfixers-partner-1.2.4 vs partner_schema.json in billfixers-partner-1.2.5

- old
+ new

@@ -1949,10 +1949,26 @@ "kind": "OBJECT", "name": "InformationRequest", "description": null, "fields": [ { + "name": "bill", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Bill", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { "name": "content", "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -1990,9 +2006,25 @@ "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "customer", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Customer", "ofType": null } }, "isDeprecated": false, "deprecationReason": null \ No newline at end of file