Try to infinite scroll pagination

Yeah in rereading that doc I linked (sorry about that) they are referencing a __typename that needs to be implemented in the GQL resolver, we only have this in our dynamic zones and not the actual model resolvers themselves.

Without the __typename that fetchmore function won’t work as you can’t define a type.

1 Like