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

hook up affine transformation matrix field #252

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

kne42
Copy link
Member

@kne42 kne42 commented Dec 12, 2023

No description provided.

@@ -20,6 +20,7 @@ const config: CodegenConfig = {
scalars: {
date: 'string',
numeric: 'number',
_numeric: 'number[][]',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this named _numeric?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not entirely sure why it's named numeric, but this is what the GraphQL API returns the type as:
image

@manasaV3 do you have an idea how the type generation works on this end? especially because it seems like the GraphQL spec doesn't support nested arrays?

@kne42 kne42 merged commit d787028 into main Dec 14, 2023
3 checks passed
@kne42 kne42 deleted the kira/affine-transformation-matrix branch December 14, 2023 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants