UNPKG

@valueflows/vf-graphql

Version:

Reference GraphQL implementation of the ValueFlows spec

33 lines (26 loc) 669 B
// Generated by scripts/build.js - edit the *.gql file instead! module.exports = ` ## # # Utility structs # # These are common data structures used throughout the API # ## """ The \`URI\` type simply declares a reference to an external web URL, Holochain entry or other resource. """ scalar URI """ The \`DateTime\` scalar type represents a DateTime value as specified by [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). """ scalar DateTime """ The \`Decimal\` scalar type represents arbitrary-precision floating-point numbers as specified by [IEEE 854-1987](https://en.wikipedia.org/wiki/IEEE_854-1987). They are represented as strings. """ scalar Decimal `