birkir / gatsby-source-prismic-graphql

Gatsby source plugin for Prismic GraphQL
MIT License
137 stars 75 forks source link

Bugfix/format page type #214

Closed noblica closed 4 years ago

noblica commented 4 years ago

Should fix the following issue: https://github.com/birkir/gatsby-source-prismic-graphql/issues/200#issuecomment-630947309

As I wrote in the comments, the issue is that the page type that's seen in the prismic dashboard, doesn't correspond to the one used by graphql. So I've added formatting to the string, so that the user doesn't have to care about this.

noblica commented 4 years ago

Just noticed that the CHANGELOG.md is also among the changed files. Sorry about that. I initially forked the prismicio/gatsby-source-prismic-graphql repo, so I guess that's why it's there. Please let me know if I can help resolve this.

birkir commented 4 years ago

Thank you