Initial Commit

This commit is contained in:
Kilian Hofmann
2021-06-01 19:54:59 +02:00
commit 052cbe3038
17 changed files with 1004 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php return [
'plugin' => [
'name' => 'GraphQL',
'description' => '',
],
'menu' => [
'main' => 'GraphQL',
],
];