Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defile self-explanatory terminal GQL types #1875

Open
U-lis opened this issue Feb 2, 2023 · 0 comments
Open

Defile self-explanatory terminal GQL types #1875

U-lis opened this issue Feb 2, 2023 · 0 comments
Assignees
Labels
api/graphql suggestion Suggestion something

Comments

@U-lis
Copy link
Contributor

U-lis commented Feb 2, 2023

public class MaterialsToUseInputType : InputObjectGraphType<(int materialId, int quantity)>

How about this?
Or..

public class MaterialsToUseInputType : InputObjectGraphType<(ItemSheetIdType materialId, QuantityType quantity)>

The MaterialsToUseInputType is enough to wrapping these fields, isn't it?

Originally posted by @boscohyun in #1860 (comment)

@U-lis U-lis added suggestion Suggestion something api/graphql labels Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api/graphql suggestion Suggestion something
Projects
None yet
Development

No branches or pull requests

2 participants