I have got the same error `Message: Your token is ...
# random
h
I have got the same error
Message: Your token is invalid. It might have expired or you mightbe using a token from a different project., Location: undefined, Path: undefined [Network error]: Error: Your token is invalid. It might have expired or you might be using a token from a different project.
Prisma.yaml
Copy code
endpoint: <https://eu1.prisma.sh/haider-malik-c1556sddd/had/dev>
        datamodel: datamodel.graphql
        secret: mysecret33
        hooks:
          post-deploy:
            - graphql get-schema --project database
.graphqlconfig.yml
Copy code
projects:
      app:
        schemaPath: src/schema.graphql
        extensions:
          endpoints:
            default: <http://localhost:4000>
      database:
        schemaPath: src/generated/prisma.graphql
        extensions:
          prisma: database/prisma.yml