Skip to content

Instantly share code, notes, and snippets.

@bogoslavskiy
Created March 5, 2020 15:08
Show Gist options
  • Save bogoslavskiy/5667bfa63566e29758d5f15049b13a51 to your computer and use it in GitHub Desktop.
Save bogoslavskiy/5667bfa63566e29758d5f15049b13a51 to your computer and use it in GitHub Desktop.
import NEString from './NEString';
import Timestamp from './Timestamp';
export default {
declarations: [
NEString.declaration,
Timestamp.declaration,
],
resolvers: {
...NEString.type,
...Timestamp.type,
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment