More of a design question: only interfaces are allowed after the implements keyword, so you have to know what types you plan to extend beforehand, but this is not always possible or reliable. Since interfaces also produce views, I am tempted to make everything an interface, but are there any downsides?
Solved
interfaces vs. types
Best answer by Anders Hafreager
Yeah, this is following the GraphQL spec. You can actually use interface everywhere and that should work fine!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.