pasa
03/26/2018, 2:33 PMhuv1k
03/26/2018, 2:34 PMpasa
03/26/2018, 2:34 PMpasa
03/26/2018, 2:34 PMVakrim
03/26/2018, 3:12 PMfragmentReplacements
option in constructor ( https://github.com/graphcool/prisma-binding#constructoroptions-prismaoptions-prisma) but I can’t find any examples of using it 😞 Do you have any examples?cloudpilot
03/26/2018, 3:18 PMcloudpilot
03/26/2018, 3:20 PMcloudpilot
03/26/2018, 3:20 PMcloudpilot
03/26/2018, 3:22 PMcloudpilot
03/26/2018, 3:22 PMTill
03/26/2018, 3:41 PMTill
03/26/2018, 3:42 PMwesbos
03/26/2018, 6:00 PMwesbos
03/26/2018, 6:00 PMwesbos
03/26/2018, 6:00 PMBro
03/26/2018, 6:26 PMjjaybrown98
03/26/2018, 7:25 PMwesbos
03/26/2018, 7:27 PMjiggliemon
03/26/2018, 7:50 PMconst List = new GraphQLObjectType({
name: 'List',
fields: {
id: {
type: GraphQLID
},
name: {
type: GraphQLString
},
archived: {
type: GraphQLBoolean,
column: 'is_archived' // <--- This thing
},
items: {
type: new GraphQLList(Item),
resolve: listAllListItems
}
}
});
dardub
03/26/2018, 7:53 PMdev: shared-us-west-2/cj8n7vc0101ya01424ihgryke
wesbos
03/26/2018, 7:57 PMed
03/26/2018, 7:57 PMwesbos
03/26/2018, 7:58 PMed
03/26/2018, 7:58 PMiamclaytonray
03/26/2018, 8:15 PMiamclaytonray
03/26/2018, 8:15 PMwesbos
03/26/2018, 8:16 PMiamclaytonray
03/26/2018, 8:17 PMiamclaytonray
03/26/2018, 8:17 PMiamclaytonray
03/26/2018, 8:18 PM