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.