You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
export const heroSliceFragment = graphql`
fragment HeroSlice on PRISMIC_Slice_pageBodyHero {
primary {
title
predefined {
__typename
...Form_title
}
}
}
`
when I log slice.primary.predefined.__typename, I get Form_title, but on the generated graph types, it shows as PRISMIC_Form_title. So it leads to a typescript error.
Any ideas on what could be wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On [email protected] and latest gatsby-source-prismic-graphql
my query:
when I log
slice.primary.predefined.__typename
, I getForm_title
, but on the generated graph types, it shows asPRISMIC_Form_title
. So it leads to a typescript error.Any ideas on what could be wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered: