donedgardo
01/23/2018, 7:26 PMMichael
01/23/2018, 7:45 PMMichael
01/23/2018, 7:47 PMmax
01/23/2018, 8:24 PMvacom
01/23/2018, 9:17 PMvacom
01/23/2018, 9:17 PMvacom
01/23/2018, 9:21 PMadam
01/23/2018, 9:40 PMtype Tweet {
id: ID! @unique
createdAt: DateTime!
text: String!
owner: User!
location: Location!
}
type User {
id: ID! @unique
createdAt: DateTime!
updatedAt: DateTime!
handle: String! @unique
name: String
tweets: [Tweet!]!
}
type Location {
latitude: Float!
longitude: Float!
}
and I'm having some issue. When I update user location few times (via location > create
mutation as there is no other way), and then I query for locations
I'm having many location
zombie data rows and it's not possible to remove them. Is that issue or I'm doing something wrong?johhansantana
01/23/2018, 9:47 PMmatty
01/23/2018, 10:25 PMmatty
01/23/2018, 10:26 PMKristof Dombi
01/23/2018, 10:57 PMcmtoomey
01/24/2018, 12:04 AMcmtoomey
01/24/2018, 12:05 AMcmtoomey
01/24/2018, 12:08 AMjweite
01/24/2018, 12:53 AMlastmjs
01/24/2018, 4:30 AMvarun
01/24/2018, 5:57 AMAr4ics
01/24/2018, 5:57 AMvarun
01/24/2018, 5:58 AMNick Luger
01/24/2018, 6:17 AMvarun
01/24/2018, 6:34 AMphil
01/24/2018, 8:59 AMprisma-binding
endpoint?miho
01/24/2018, 9:08 AMsoftware.amazon.awssdk.services.lambda.model.CodeStorageExceededException: Code storage limit exceeded.
Daniel Min
01/24/2018, 9:13 AMmax
01/24/2018, 9:38 AMconst accountActivationCode = await ctx.db.mutation.createAccountActivationCode({ data })
Goutham
01/24/2018, 9:48 AMGoutham
01/24/2018, 9:48 AMMax Hodges
01/24/2018, 9:51 AMid
cuid
example
I get no results, but i see these terms in the text.Max Hodges
01/24/2018, 9:51 AM