Nicola Nardella
03/19/2019, 9:04 AMgraphql-tag
when editing gql
literal? I'm trying to use this plugin https://github.com/Quramy/ts-graphql-plugin but I don't understand how configure. ThanksNicola Nardella
03/19/2019, 10:15 AMschemaPath
to typescript serverNicola Nardella
03/19/2019, 10:16 AMgql
Nicola Nardella
03/19/2019, 12:01 PMgql
?Nicola Nardella
03/19/2019, 12:02 PMHarshit
03/19/2019, 12:03 PMHarshit
03/19/2019, 12:07 PMNicola Nardella
03/19/2019, 12:09 PMNicola Nardella
03/19/2019, 12:09 PMprojects:
client-test:
schemaPath: ../graphql-auth/src/generated/schema.graphql
includes: ["**/*.graphql"]
extensions:
endpoints:
default: '<http://localhost:4000/graphql>'
Nicola Nardella
03/19/2019, 12:10 PMgraphql-auth
typescript example from Prisma