Passing Multiple Arguments to GraphQL Query
问题 First thing Appreciate this may be a bit of a stupid question, but I'm working with GraphQL having come from the RDF/Linked Data world and having a lot of trouble getting my head around how I would return a set. Essentially I want something where I could select, let's say a list of Characters (using the examples from the GraphQL docs) via their id . In SPARQL I'd be using the VALUES clause and then binding, something like: VALUES { <http://uri/id-1> <http://uri/id-2> <http://uri/id-3> } I'd