weakky
09/26/2018, 9:43 AMuufish
10/02/2018, 7:56 AMalec
10/02/2018, 7:31 PMhuv1k
10/03/2018, 1:30 PMNick
10/04/2018, 7:26 AMdzul
10/05/2018, 4:45 PMdzul
10/05/2018, 4:45 PMTanner
10/17/2018, 3:50 PM@relation
tag I’m having trouble getting it to work.
type User {
id: ID! @unique
bookings: [Booking!]! @relation(name: "BookingsByUser")
createdBookings: [Booking!]! @relation(name: "BookingsCreatedByUser")
}
type Booking {
id: ID! @unique
user: User! @relation(name: "BookingsByUser")
orignalUser: User @relation(name: "BookingsCreatedByUser")
}
This throws an error on deployment ERROR: There is a relation ambiguity during the migration. Please first name the old relation on your schema. The ambiguity is on a relation between Booking and User. Please name relations or change the schema in steps.
Tanner
10/17/2018, 3:53 PMPlease name relations or change the schema in steps.
…..sorry 😞ericsonluciano
10/18/2018, 1:19 PMField \"id\" is not defined by type CompanyCreateOneWithoutDepartmenrsInput at value.company.",
joar
10/18/2018, 3:02 PMCloudFront attempted to establish a connection with the origin, but either the attempt failed or the origin closed the connection.
joar
10/18/2018, 3:02 PMjoar
10/18/2018, 3:12 PMjoar
10/18/2018, 3:22 PMgit gc
reduced my graphcool deploy time from 180s to 20sTodd
10/20/2018, 7:52 PMTodd
10/20/2018, 7:52 PMSach97
10/22/2018, 8:43 AMnilan
10/24/2018, 9:58 AMJason Ryer
10/29/2018, 5:57 AMobouchta
10/29/2018, 11:35 PMAlejandro Estrada
10/30/2018, 6:24 PMMatt Howey
10/30/2018, 10:28 PMDmitry
11/01/2018, 8:40 PMDmitry
11/01/2018, 8:41 PMsebasegura97
11/05/2018, 12:19 AMurigo
11/05/2018, 2:28 PMGraphQL Modules
- a toolset we've been developing for a few months which will help create reusable GraphQL based modules and scale your GraphQL servers.
https://medium.com/the-guild/graphql-modules-feature-based-graphql-modules-at-scale-2d7b2b0da6da
It is a bunch of individual libraries that you can use separately if you believe like us that you should spilt your GraphQL servers into feature based modules.
I would love to hear any feedback or questions! 🙂cedric
11/07/2018, 7:53 PMcedric
11/08/2018, 1:30 AMmanagementApiSecret
but the playground appears to be wide open to the public internet and i can run all sorts or queries and mutations. how do i prevent other people from accessing the endpoints and running something like mutation {
deleteManyUsers {
count
}
}
HAL
11/08/2018, 11:36 AM