nikgraf
12/17/2019, 12:58 PMIsaac Weber
12/17/2019, 5:58 PMNesh
12/17/2019, 8:21 PMNesh
12/17/2019, 8:22 PMNesh
12/17/2019, 8:23 PMNesh
12/17/2019, 8:24 PMMayank Sethi
12/18/2019, 12:16 AMmartin
12/18/2019, 2:27 AMAmir
12/18/2019, 5:00 AMpreetb123
12/18/2019, 8:20 AMOscar
12/18/2019, 1:11 PMJosé Gomes
12/18/2019, 2:54 PMJeremy Cloutier
12/18/2019, 3:26 PMBjoern
12/18/2019, 4:31 PMgraphql-middleware
to encrypt and decrypt data?Bjoern
12/18/2019, 4:32 PMLukas Greb
12/18/2019, 6:02 PMUgzgYz0AUiZVAW6cdfx4AaABAg
I'm using GQL1 with Prisma and a MongoDB database.Lieven
12/19/2019, 2:46 PMLayton
12/20/2019, 2:28 AMLayton
12/20/2019, 2:29 AMnexus-prisma
wuichen
12/20/2019, 5:37 PMMarton Langa
12/20/2019, 8:13 PMprisma2 dev
(trying to rename the model Statistic
to Statistics
)
https://gist.github.com/martonlanga/c59350c2d9e3cae56ef63d059fb29fa2Tjeerd Ritsma
12/21/2019, 10:31 PMNico-L
12/21/2019, 10:49 PMNico-L
12/21/2019, 10:51 PMNico-L
12/21/2019, 10:51 PMNico-L
12/23/2019, 11:51 AMVignesh T.V.
12/25/2019, 12:46 PMandrux
12/26/2019, 10:06 PMlikePost
mutation, but I want to also send a notifyPostLike
mutation.. I’m trying with compose
but haven’t been able to make it work for this particular case — I made it work on a different component and using multiple queries…
My component looks like this:
...
<Mutation mutation={mutation.query} variables={mutation.variables}>
{(doMutation, { data }) => {
const likes = data ? data.updatePost.likes : post.likes
return (
<TouchableOpacity style={styles.iconContainer} onPress={doMutation}>
<Icon name={mutation.icon} size={14} color={mutation.iconColor} style={styles.actionIcon} />
<Text style={styles.iconText}>
{formatterCount(likes.length)}
</Text>
</TouchableOpacity>
)
}}
</Mutation>
...
Augusto Pablo
12/27/2019, 3:41 AMLeonardo Pliskieviski
12/28/2019, 12:56 AMdata model
based on a schema.graphql
?, I`m currently using type-graphql with prisma 2