Fehler beim Laden der Seite: input:2: Field "categories_some" is not defined by type "PostWhereInput". : {"response":{"errors":[{"message":"input:2: Field \"categories_some\" is not defined by type \"PostWhereInput\".\n"}],"data":null,"extensions":{"requestId":"1tCtBK15ni4n69P3Lm7f_"},"status":400,"headers":{}},"request":{"query":"\n query Posts {\n postsConnection(\n orderBy: createdAt_DESC\n where: { categories_some: { slug: \"aktuelles\" } }\n first: 100\n ) {\n edges {\n node {\n createdAt\n updatedAt\n excerpt\n featuredImage {\n url\n width\n height\n }\n slug\n title\n }\n }\n }\n }\n "}}