Update Seeds while pre-fi
lling a new workspace
This commit is contained in:
@ -91,6 +91,14 @@ export const useMapFieldMetadataToGraphQLQuery = () => {
|
||||
currencyCode
|
||||
}
|
||||
`;
|
||||
} else if (fieldType === 'FULL_NAME') {
|
||||
return `
|
||||
${field.name}
|
||||
{
|
||||
firstName
|
||||
lastName
|
||||
}
|
||||
`;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user