I'm trying to figure out how to use both `graphql-...
# prisma-whats-new
g
I'm trying to figure out how to use both
graphql-import
and
graphql-relay-tools
together. I have a
Schema.graphql
file that imports all my types, etc. One of those types declares a field of
PageInfo
type, which is available in
graphql-relay-tools
. However, when I use
importSchema()
to import
Schema.graphql
, it throws because
PageInfo
isn't defined anywhere.