Graham Ballantyne
02/21/2018, 3:34 AMgraphql-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.