Interface GraphQLInterfaceMapping<I,​O>

Type Parameters:
I - the input type
O - the output type
All Superinterfaces:
GraphQLResolver

public interface GraphQLInterfaceMapping<I,​O>
extends GraphQLResolver
Mapping used for interfaces and unions to give the binder hints about which types can be converted into GraphQL types.