Michael Auderer
07/07/2019, 9:55 PM"ERROR: No subset types are available. Please make sure that one of your GraphQL type is a subset of your t.model('<ModelName>')"
On an enum fieldSam
07/07/2019, 10:58 PMLICENSE
file in the root of the repository. Is this intentional?
I notice for Lift that the "license"
key is set to "Apache-2.0"
in package.json
(presumably by @tim2 when he generated the project)... is this the license both of these tools will be released under?Dylan Miller
07/08/2019, 3:04 AMJonty Coertzen
07/08/2019, 8:35 AMMorten Bo Rønsholdt
07/08/2019, 12:36 PM!
in datamodel doesn't propagate to the schema.graphql file with NexusEntrepreneur3
07/08/2019, 9:19 PMNelson Pecora
07/08/2019, 9:55 PMCCBCodeMonkey
07/09/2019, 5:15 AMCCBCodeMonkey
07/09/2019, 5:15 AMUnhandledPromiseRejectionWarning: Error: Whoops. Looks like an internal server error. Search your server logs for request ID:
CCBCodeMonkey
07/09/2019, 5:16 AMEhsan sarshar
07/09/2019, 6:31 AMByeongdoLee
07/09/2019, 7:36 AMByeongdoLee
07/09/2019, 7:36 AMgem
07/09/2019, 8:41 AMHerbert Pimentel
07/09/2019, 1:07 PMNelson Pecora
07/09/2019, 2:41 PMGuillaume DUHAN
07/09/2019, 2:44 PMGuillaume DUHAN
07/09/2019, 2:44 PMGuillaume DUHAN
07/09/2019, 2:45 PMGuillaume DUHAN
07/09/2019, 2:45 PMGuillaume DUHAN
07/09/2019, 2:50 PMGuillaume DUHAN
07/09/2019, 3:02 PMAndrew O.
07/09/2019, 5:06 PMPeder Johnsen
07/09/2019, 9:25 PMTravis
07/09/2019, 10:54 PMCorey Snyder
07/10/2019, 2:54 AMdatamodel.prisma
, once in the `schema.graphql`and lastly once in the prisma generated code. I have my .graphqlconfig
setup to exclude the other files but it doesn’t seem to turn off these errors:
“excludes”: [
“datamodel.prisma”,
“**/prisma/**“,
“**/generated/**”
],
Corey Snyder
07/10/2019, 7:35 PMFavoriteColors
on the Person
Type? Would it be best to create an entirely new Type to represent the potential colors? Or can you create an enum
that maintains the list?Andrew O.
07/10/2019, 7:40 PMAndrew O.
07/10/2019, 7:40 PMAndrew O.
07/10/2019, 7:55 PM