Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit b4acf84

Browse files
committed
cleaned up config file
1 parent 661f6cb commit b4acf84

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config/config.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
*/
1111

1212
return [
13-
// The path where you published your graphql.php file
14-
// https://github.com/Folkloreatelier/laravel-graphql#installation-1
15-
'graphql_config' => config_path('graphql.php'),
16-
17-
// Add your mutations and queries here.
1813
'schema' => function () {
1914
Relay::group(['namespace' => 'Nuwave\\Relay'], function () {
2015
Relay::group(['namespace' => 'Node'], function () {

0 commit comments

Comments
 (0)