macro_rules! assert_interfaces_impls {
($scalar: ty, $interface: ty $(, $implementers: ty)* $(,)?) => { ... };
}
Expand description
Asserts that impl = ...
attribute argument has all the types referencing
this GraphQL type in #[graphql_interface(for = ...)]
.
Symmetrical to assert_implemented_for!
.