@valueflows/vf-graphql
Version:
Reference GraphQL implementation of the ValueFlows spec
23 lines (18 loc) • 409 B
JavaScript
// Generated by scripts/build.js - edit the *.gql file instead!
module.exports = `
input IntentFilterParams {
searchString: String
providerId: [ID!]
receiverId: [ID!]
resourceClassifiedAs: [URI!]
resourceConformsTo: [ID!]
finished: Boolean
action: [ID!]
startDate: DateTime
endDate: DateTime
inScopeOf: [ID!]
}
type Query {
intents(filter: IntentFilterParams): IntentConnection!
}
`