UNPKG

relay-runtime

Version:

A core runtime for building GraphQL-driven applications.

8 lines (7 loc) 152 B
'use strict'; var RelayRecordState = { EXISTENT: 'EXISTENT', NONEXISTENT: 'NONEXISTENT', UNKNOWN: 'UNKNOWN' }; module.exports = RelayRecordState;