Xiansear
Crear cuenta

Género

Drama

Invalid query. "json" field type does not contain the "_contains" filter operator.: {"response":{"errors":[{"message":"Invalid query. \"json\" field type does not contain the \"_contains\" filter operator.","extensions":{"code":"INVALID_QUERY","reason":"\"json\" field type does not contain the \"_contains\" filter operator"},"locations":[{"line":3,"column":5}],"path":["series_config"]}],"status":200,"headers":{},"body":"{\"errors\":[{\"message\":\"Invalid query. \\\"json\\\" field type does not contain the \\\"_contains\\\" filter operator.\",\"extensions\":{\"code\":\"INVALID_QUERY\",\"reason\":\"\\\"json\\\" field type does not contain the \\\"_contains\\\" filter operator\"},\"locations\":[{\"line\":3,\"column\":5}],\"path\":[\"series_config\"]}]}"},"request":{"query":"\n query SeriesByGenre($genre: String!) {\n series_config(\n sort: [\"series_name\"]\n filter: {\n tags: { _contains: $genre }\n is_hidden: { _eq: false }\n }\n ) {\n id\n series_name\n icon_url\n status\n content_type\n season_number\n release_year\n }\n }\n","variables":{"genre":"drama"}}}