Hi everyone. There is an issue with prisma-examples.
STEP 1 ) I downloaded graphql-apollo-server from prisma-examples
I changed datasource information as http://prntscr.com/s8b5m6
STEP 2 ) npm install and OKEY http://prntscr.com/s8b7rf
STEP 3 ) npx prisma introspect and OKEY http://prntscr.com/s8b980
STEP 4 ) npx prisma generate and OKEY http://prntscr.com/s8banz
STEP 5 ) But now there is a problem. (Or I dont know true way)
schema.graphql's codes didnt change. // Same with initilization codes
http://prntscr.com/s8bbpmand schema.ts file is same also.http://prntscr.com/s8bcv0
How can I auto generate this two files.
Because of these problems, I cannot go forward.
Thanks for helps.