Skip to content

mathsgod/graphqlite-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

composer install

Run the application with dev mode

php devmode.php
Array
(
    [errors] => Array
        (
            [0] => Array
                (
                    [message] => Cannot query field "test" on type "Query".
                    [locations] => Array
                        (
                            [0] => Array
                                (
                                    [line] => 1
                                    [column] => 3
                                )

                        )

                    [extensions] => Array
                        (
                            [file] => C:\Users\maths\project\graphqlite-test\vendor\webonyx\graphql-php\src\Validator\Rules\FieldsOnCorrectType.php
                            [line] => 43
                        )

                )

        )

)

Run the application with prod mode

php prodmode.php
Array
(
    [data] => Array
        (
            [test] => Hello, World!
        )

)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages