Get resources by IRI in GraphQL API

Hi,

I have not been able to query my RDF resources using the GraphQL API after including the right sevices in QueryType part of the schema. If I search for uri I am getting the following message:

Invalid value type for 'iri' argument: StringValue{value='http://my.exampe.uri/data/some-resource'}

If i try to fetch a resource using its label, which includes a language tag in the RDF, I am not getting any result so it seems string matching is not well performed for a string that only contains ASCII characters.

Are these two outcomes expected when using GraphQL API?
Thank you.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.