Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Aug 3, 2023
1 parent e6376ee commit 6e2693c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/advanced/plugin-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ apollo {
generateModelBuilders.set(true)
// Whether to generate fields as primitive types (`int`, `double`, `boolean`) instead of their boxed types (`Integer`, `Double`, etc..)
generatePrimitiveTypes.set(true)
// Opt-in Builders for Operations, Fragments and Input types. Builders are more ergonomic than default arguments when there are a lot of
// optional arguments.
generateInputBuilders.set(true)
// The style to use for fields that are nullable in the Java generated code
nullableFieldStyle.set("apolloOptional")
// Whether to decapitalize field names in the generated models (for instance `FooBar` -> `fooBar`)
Expand Down

0 comments on commit 6e2693c

Please sign in to comment.