我已经在 php 7.2 和 ubuntu 16 上安装了 magento 2.3,并想从浏览器 graphql 客户端测试 graphql api,例如:-
网址:- http://localhost/magento2/graphql
{
category (
id: 2
) {
id
level
name
breadcrumbs {
category_id
category_name
category_level
category_url_key
}
}
}
但我收到错误:- Exception #0 (GraphQL\Error\Error): Type "int" not found in document
。