How do you add outdated templates like <https://gi...
# prisma-whats-new
p
How do you add outdated templates like https://github.com/graphcool/templates/tree/master/outdated/auth/linkedin-authentication. docs seem a little unclear.
graphcool init --schema linkedin-authentication.graphql
gives me an error on a new project
n
both the
README
as well as the code is outdated for those templates. It should be quite straightforward to update the LinkedIn template, see https://github.com/graphcool/templates/issues/117 for reference
p
ok thanks