GraphQL find content without

So I have this function in GraphQL findHomepageContent(id: "xxxx-xxxxx-xxxxxx", version: 8) Is there a way to get the most recent version of the page? I’d like to call this and not use the version number.

Hi, the version is optional, so you can just omit it.

1 Like

Works like a charm! Thank you sir!