Michael Schonfeld
05/28/2019, 9:22 PMgraphql-schema
generated schema.graphql… say I have User -> [MessageThread] -> [Message] model, and I want both MessageThread, and Message to respond with the connection types, can/should I not use the generated schema file?Michael Schonfeld
05/28/2019, 9:23 PMmessageThreads: [MessageThread]
), whereas I want it to be messageTheads: MessageThreadConnection
. does that make sense?