UNPKG

lumber-forestadmin

Version:

Forest Admin for Lumber.

12 lines (10 loc) 324 B
const JSONAPIDeserializer = require('jsonapi-serializer').Deserializer; module.exports = new JSONAPIDeserializer({ keyForAttribute: 'camelCase', environments: { valueForRelationship: (relationship, included) => included, }, renderings: { valueForRelationship: (relationship, included) => included, }, });