Let's say I have a page builder field that references many different types of content blocks.
- Video
- Quote
- Advertisement
etc...
From what I've read, having multiple types in an array is discouraged.
But what else are you supposed to do in a case like this?
Is there a way to handle this in GraphQL?
Is there a better way to structure the data?