使用Gatsbyjs和GraphQL不能对错误字段“元素”进行选择

时间:2019-10-04 16:21:30

标签: reactjs graphql drupal-8 gatsby

我正在构建一个使用Gatsby(反应式)完全解耦的Drupal 8站点。该网站需要一个表格。我将为此使用webform drupal模块,然后使用graphql获取webform查询以将其与gatsby-drupal-webform插件一起使用,执行本地dev时出现此错误:

            $testController = new TestsController;
            $test_data_request = new \Illuminate\Http\Request();
            $test_data_request->setMethod('POST');
            $test_data_request->request->add( $test_post_data );
            $testId = $testController->addTestResults($test_data_request);

0 个答案:

没有答案