const { Uuid, Relationship } = require('@keystonejs/fields'); module.exports = { fields: { docflow_id: { type: Uuid, isRequired: true, label: 'docflow' }, id1: { type: Uuid, isRequired: true, label: 'id1' }, id2: { type: Uuid, isRequired: true, label: 'id2' }, shops_id: { type: Relationship, ref: 'shops', many: true, label: 'Magazyn' }, }//, label: 'Docflow'//, plural: 'Docflows' };