We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Align Driver Models to Platform GraphQL Schema Types
I want typescript models interface types to exactly match the types in the GraphQL schema.
As a maintainer, I would like to rely on TS types to inform my null-checking decisions in the client-side code.
Magento love to pass null for array types; we should indicate this with optional types in our interfaces.
null
The text was updated successfully, but these errors were encountered:
blocked by #3137
Sorry, something went wrong.
griest024
No branches or pull requests
💡 Feature request
Feature Name
Align Driver Models to Platform GraphQL Schema Types
The Desired Behavior
I want typescript models interface types to exactly match the types in the GraphQL schema.
Your Use Case
As a maintainer, I would like to rely on TS types to inform my null-checking decisions in the client-side code.
Prior Work
Magento love to pass
null
for array types; we should indicate this with optional types in our interfaces.The text was updated successfully, but these errors were encountered: