Created
March 5, 2020 15:08
-
-
Save bogoslavskiy/5667bfa63566e29758d5f15049b13a51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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