graphql-python / graphql-python/graphene-sqlalchemy

Conversion of BigInteger primary keys to ID

Open
#410 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
985
Forks
223
PR merge metrics
No merged PRs in 30d

Description

I find myself in a situation where some of the database primary keys are of the type `BigInteger`.
In this case, rather than `Float`, shouldn't the type be converted to `ID!` (like is the case for `Integer`, see https://github.com/graphql-python/graphene-sqlalchemy/blob/v3.0.0rc1/graphene_sqlalchemy/converter.py#L450)?

I believe this issue is related to #247 and #102.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.