Created
March 29, 2018 12:12
-
-
Save tibotiber/27d6da3eba95f45d5cf45bda845fb113 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
const { interfaces } = require('./interfaces') | |
const { Query } = require('./Query') | |
module.exports = { | |
...interfaces, | |
Query | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment