graphql-error-parser
const parse = const err = 'Variable "$input" got invalid value {"id":"3","address":{"zip":"1","state":"MN","streetAddress1":"Test"}}.\nIn field "address": In field "city": Expected "String!", found null.\nIn field "address": In field "zip": Expected type "ZipCode", found "1": 00001 is not a valid zipcode' /*{ address: { city: { type: 'String!', message: '' }, zip: { type: 'ZipCode', message: '00001 is not a valid zipcode' } }}*/