• Sina Mahmoodi's avatar
    graphql: encode Long values as hex (#26894) · 2f98dd38
    Sina Mahmoodi authored
    This is a breaking GraphQL API change. All numeric values are now encoded as
    hex strings. The motivation for this change is matching JSON-RPC outputs more
    closely.
    
    Numbers in query parameters are accepted as both decimal integers and hex strings.
    2f98dd38
Name
Last commit
Last update
..
graphiql.go Loading commit data...
graphql.go Loading commit data...
graphql_test.go Loading commit data...
schema.go Loading commit data...
service.go Loading commit data...