-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hi,
I found out after looking at you YT video, that schema exposes the LiceseKey for sorting.
It is suggested to you when typing, and I verified that is does work as one should expect.
But, I think that this is leaking domain model to our GraphQL models (types) as we have choosen to ignore that field.
Is there an OOTB way to hide that field from ordering ?
I assume it is there as the GetPlatform-Query returns the domain object Platform, not the PlatformType; but how should the code be modified? Can we return the PlatformType as a result in Query, how should the binding to DbContext look like than
Metadata
Metadata
Assignees
Labels
No labels