FavouritesSchema: "\n anime {\n edges {\n id\n node {\n id\n \n title {\n romaji\n english\n native\n userPreferred\n }\n\n }\n }\n nodes {\n id\n \n title {\n romaji\n english\n native\n userPreferred\n }\n\n }\n }\n manga {\n edges {\n id\n node {\n id\n \n title {\n romaji\n english\n native\n userPreferred\n }\n\n }\n }\n nodes {\n id\n \n title {\n romaji\n english\n native\n userPreferred\n }\n\n }\n }\n characters {\n edges {\n id\n node {\n id\n name {\n full\n }\n }\n }\n nodes {\n id\n name {\n full\n }\n }\n }\n staff {\n edges {\n id\n node {\n id\n name {\n full\n }\n }\n }\n nodes {\n id\n name {\n full\n }\n }\n }\n studios {\n edges {\n id\n node {\n id\n name\n }\n }\n nodes {\n id\n name\n }\n }\n" = ...

FavouritesSchema is a constant representing the GraphQL schema for a favourites query. It includes the anime, manga, characters, staff, and studios schema.