Remove unneccesary mock data

This commit is contained in:
Mark Kaylor 2022-09-26 13:23:24 +02:00
parent df5c80cf76
commit 023596ffbd

View File

@ -31,22 +31,7 @@ const mockBaseArgs = {
}, },
], ],
attributeType: 'string', attributeType: 'string',
reservedNames: { reservedNames: {},
models: ['boolean', 'date', 'date-time', 'dateTime', 'time', 'upload'],
attributes: [
'id',
'created_at',
'createdAt',
'updated_at',
'updatedAt',
'created_by',
'createdBy',
'updated_by',
'updatedBy',
'published_at',
'publishedAt',
],
},
customFieldValidator: () => ({ customFieldValidator: () => ({
test: yup.string().required(), test: yup.string().required(),
}), }),