graphql-compiler icon indicating copy to clipboard operation
graphql-compiler copied to clipboard

Add Float field to test schema

Open LWprogramming opened this issue 6 years ago • 0 comments

Neither Neo4j nor RedisGraph support Decimal types, but Neo4j does support floats and RedisGraph 64-bit doubles, so it would be nice to add a field like that to the schema and integration test data so that we can test these types for integration tests.

LWprogramming avatar Aug 16 '19 14:08 LWprogramming