Replies: 1 comment 3 replies
-
@ktaftaf I'm having the same issue, did you by chance find out how to elegantly solve this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a gql query that looks like:
The generated types for that module seems to expect certain values, namely
sys
andcontentfulMetadata
.and just to name a few more,
Entry
is doing the same:and
AssetCollection
withlimit
,skip
, andtotal
:As a workaround Im making those values optional:
Im only doing this for the top level
HeroCategory
. Id still need to manually pick theAssetCollection
,Asset
, andEntry
types, at which point it feels a bit messy.My config:
Does anyone know a more elegant workaround to this? Or perhaps something is wrong with my setup?
Beta Was this translation helpful? Give feedback.
All reactions