GraphQL - Type Relationships
In GraphQL, how do you represent a many-to-many relationship between two types, for example,
Author and Book?Author and Book?Author can have many Books and each Book can have many Authors.Author and Book types should have a list field referencing the other type.Book in Author and a list of Author in Book -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions