Skip to content

Generation of code from SDL (without connection to the GraphQL server) #911

Answered by dariuszkuc
obabichev asked this question in Q&A
Discussion options

You must be logged in to vote

Hello 👋
If you are using graphql Gradle plugin extension then yes it is equivalent of running introspect/download SDL followed by client generation (see https://expediagroup.github.io/graphql-kotlin/docs/plugins/gradle-plugin#complete-configuration-example). There is no way to configure client generation to use local file when using the extension. Instead you will need to configure the individual task.

See #905 for details.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@obabichev
Comment options

@dariuszkuc
Comment options

Answer selected by obabichev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #911 on October 19, 2020 14:12.