Katie
02/15/2018, 11:36 PMCannot find module './user.graphql'
when I try to import them.
In meteor, you can do import UserSchema from './user.graphql'
, (I think this just imports the file contents as a string), then pass an array of imported schemas to makeExecutableQuery, but I don't want to use meteor.Futurekam
02/15/2018, 11:37 PMFuturekam
02/15/2018, 11:37 PMFuturekam
02/15/2018, 11:38 PMKatie
02/15/2018, 11:41 PMFuturekam
02/16/2018, 12:03 AM