Query delivery days by province

This commit is contained in:
Juan Ferrer 2019-09-25 22:35:21 +02:00
parent 54839782f3
commit dba4ae14d5
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ module.exports = Self => {
}, { }, {
arg: 'postCode', arg: 'postCode',
type: 'String', type: 'String',
description: 'The postcode', description: 'The postcode'
required: true
} }
], ],
returns: { returns: {