Skip to content

Commit

Permalink
slightly tweak the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jan 29, 2024
1 parent ab6cf23 commit de79928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/advanced/plugin-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ apollo {
// Operation files to exclude.
excludes.add("**/*.graphqls")

// explicitly set the schema
// Explicitly set the schema
schemaFiles.from("src/main/graphql/schema.graphqls")
// you can also merge different files together
// Extend your schema locally with type extensions
schemaFiles.fromFrom("shared/graphql/schema.graphqls", "shared/graphql/extra.graphqls")

// What codegen to use. One of "operationBased", "responseBased"
Expand Down

0 comments on commit de79928

Please sign in to comment.