UNPKG

@valueflows/vf-graphql

Version:

Reference GraphQL implementation of the ValueFlows spec

25 lines (19 loc) 644 B
// Generated by scripts/build.js - edit the *.gql file instead! module.exports = ` ## # # Observation <> ProductBatch API # # @package vf-graphql # @since 2022-05-27 # ## type EconomicResource { "Lot or batch of an economic resource, used to track forward or backwards to all occurrences of resources of that lot. Note more than one resource can be of the same lot." lot: ProductBatch } input EconomicResourceCreateParams { "(\`ProductBatch\`) Lot or batch of an economic resource, used to track forward or backwards to all occurrences of resources of that lot. Note more than one resource can be of the same lot." lot: ID } `