UNPKG

@valueflows/vf-graphql

Version:

Reference GraphQL implementation of the ValueFlows spec

32 lines (26 loc) 648 B
// Generated by scripts/build.js - edit the *.gql file instead! module.exports = ` ## # # Query filter parameters for the Observation module # # :TODO: decide on final set, and align with agent.observation.filtering params # @see https://lab.allmende.io/valueflows/vf-schemas/vf-graphql/-/issues/90 # # @package ValueFlows GraphQL # @since 2021-12-13 # ## input EconomicEventFilterParams { searchString: String providerId: [ID!] receiverId: [ID!] resourceClassifiedAs: [URI!] action: [ID!] startDate: DateTime endDate: DateTime } type Query { economicEvents(filter: EconomicEventFilterParams): EconomicEventConnection! } `