ForestAdmin/lumber

View on GitHub
deserializers/project.js

Summary

Maintainability
A
0 mins
Test Coverage
F
50%
const JSONAPIDeserializer = require('jsonapi-serializer').Deserializer;

module.exports = new JSONAPIDeserializer({
  keyForAttribute: 'camelCase',
  environments: {
    valueForRelationship: (relationship, included) => included,
  },
  renderings: {
    valueForRelationship: (relationship, included) => included,
  },
});