tim
10/27/2018, 2:11 AMtype Concert @model {
  id: ID! @isUnique
  performer: Artist # I would also like to allow for Band here
}tim
10/27/2018, 2:16 AMcallan
10/27/2018, 2:37 AMcallan
10/27/2018, 2:37 AMcallan
10/27/2018, 2:37 AMcallan
10/27/2018, 2:37 AMimport { Context } from '..\createServer'
import { Item } from './prisma-client\index'
import { User } from './prisma-client\index'callan
10/27/2018, 2:37 AMcallan
10/27/2018, 2:38 AMcallan
10/27/2018, 2:42 AMcallan
10/27/2018, 2:42 AMcallan
10/27/2018, 2:48 AMIResolvers type isn't compatible with the generated Resolvers interface made by graphqlgencallan
10/27/2018, 2:48 AMIan Huang
10/27/2018, 4:59 AMjchi
10/27/2018, 9:12 AMrein
10/27/2018, 9:32 AMtfiwm
10/27/2018, 10:08 AMtfiwm
10/27/2018, 10:09 AMaffanshahid
10/27/2018, 11:17 AMgraphqlgen which uses namespaces that are not compatible with babel-preset-typescript, any idea what I should do?callan
10/27/2018, 11:22 AMcallan
10/27/2018, 11:22 AMargs parameter in generated resolver typescallan
10/27/2018, 11:23 AMalso `graphql-yoga`'stype isn't compatible with the generatedIResolversinterface made byResolversgraphqlgen
callan
10/27/2018, 11:23 AMcallan
10/27/2018, 11:23 AMcallan
10/27/2018, 11:24 AMgraphql-yoga field resolver typecallan
10/27/2018, 11:24 AM{ [argName: string]: any }callan
10/27/2018, 11:24 AMgraphqlgencallan
10/27/2018, 11:24 AMcallan
10/27/2018, 11:25 AMcallan
10/27/2018, 11:25 AMcallan
10/27/2018, 11:25 AMargs?