-
Notifications
You must be signed in to change notification settings - Fork 749
Closed
Labels
codegenIssues related to or arising from code generationIssues related to or arising from code generationfeatureNew addition or enhancement to existing solutionsNew addition or enhancement to existing solutionsgood first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Milestone
Description
Use case
The graphql documentation https://graphql.org/learn/schema/ defines Int as A signed 32‐bit integer. . We recently ran into a problem where we sent a value that exceed the 32 bit maximum on our server which caused an error. Our server expects 32bit integers.
Describe the solution you'd like
An option added to ApolloCodegenConfiguration.OutputOptions which specifies whether Int should be explicitly Int32, Int64, or Int (variable based on platform).
calvincestari
Metadata
Metadata
Assignees
Labels
codegenIssues related to or arising from code generationIssues related to or arising from code generationfeatureNew addition or enhancement to existing solutionsNew addition or enhancement to existing solutionsgood first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.