nestjs-relay
nestjs-relay copied to clipboard
Plural Identifying Root Field Resolver
Is your feature request related to a problem? Please describe.
This does not implement the pluralIdentifyingRootField
functionality available in graphql-relay
.
Describe the solution you'd like
Implement the pluralIdentifyingRootField
creates a field that accepts a list of non-ID identifiers (like a username) and maps them to their corresponding objects.