alburdette619
09/05/2017, 11:43 PMagartha
09/05/2017, 11:46 PMalburdette619
09/05/2017, 11:52 PM{name: "", url: ""}
which is how they relate it to another type. However, in this case, B has no As. It sounds like I have to define a Many to Many relationship since A has many Bs and any A could reference any B with overlap.agartha
09/05/2017, 11:53 PMalburdette619
09/05/2017, 11:54 PMagartha
09/05/2017, 11:55 PMquery {
allAs {
B
}
}
But you cannot query:
query {
allAs {
B {
url
name
}
}
}
alburdette619
09/05/2017, 11:56 PM