Skip to content

Adding a graphqlite:export-schema command #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

moufmouf
Copy link
Member

This new Laravel command can be run using

./artisan graphqlite:export-schema --output file.schema

It will output the content of the Schema to an SDL file. This can be useful for instance for tools like graphql-codegen.

This new Laravel command can be run using

```
./artisan graphqlite:export-schema --output file.schema
```

It will output the content of the Schema to an SDL file.
This can be useful for instance for tools like graphql-codegen.
@moufmouf moufmouf changed the title Addig a graphqlite:export-schema command Adding a graphqlite:export-schema command Apr 28, 2023
@moufmouf moufmouf merged commit 2057763 into thecodingmachine:master Apr 28, 2023
@moufmouf moufmouf deleted the export-command branch April 28, 2023 17:37
moufmouf added a commit to moufmouf/graphqlite that referenced this pull request Apr 28, 2023
I added a new command in the Laravel package to export the schema.
This can be useful in other tools (like graphql-codegen).

This PR adds the documentation.

The orginal PR is here: thecodingmachine/graphqlite-laravel#44
oojacoboo pushed a commit to thecodingmachine/graphqlite that referenced this pull request May 31, 2023
I added a new command in the Laravel package to export the schema.
This can be useful in other tools (like graphql-codegen).

This PR adds the documentation.

The orginal PR is here: thecodingmachine/graphqlite-laravel#44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant