UNPKG

@valueflows/vf-graphql

Version:

Reference GraphQL implementation of the ValueFlows spec

17 lines (12 loc) 275 B
// Generated by scripts/build.js - edit the *.gql file instead! module.exports = ` input ProposalFilterParams { active: Boolean inScopeOf: [ID!] isOffer: Boolean isRequest: Boolean } type Query { proposals(filter: ProposalFilterParams): ProposalConnection! } `