Stylianos Gakis
07/15/2024, 8:55 AMprivate val delegate = DefaultFakeResolver(__Schema.all)
, but after upgrading to 4.0 I don't seem to get the all
generated anymore. Is it some extra configuration now perhaps? ๐bod
07/15/2024, 9:03 AMgenerateDataBuilders.set(true)
this should be generatedStylianos Gakis
07/15/2024, 9:06 AMbod
07/15/2024, 9:07 AMStylianos Gakis
07/15/2024, 9:07 AMbod
07/15/2024, 9:08 AMStylianos Gakis
07/15/2024, 9:10 AMgenerateApolloSources
right? I am trying to tweak things in the gradle config and run it to see if anything changesbod
07/15/2024, 9:12 AMimport octopus.schema.__Schema
bod
07/15/2024, 9:15 AMbod
07/15/2024, 9:15 AMStylianos Gakis
07/15/2024, 9:19 AMStylianos Gakis
07/15/2024, 9:22 AMimport octopus.schema.__Schema
Where octopus
is the service name.
The docs show:
// Replace
import com.example.type.__Schema
// With
import data.builders.schema.__Schema
Is the data.builders
the placeholder there for whatever the service name would be? If I didn't have the IDE auto-importing this for me I wouldn't have realized this myself I think.bod
07/15/2024, 9:23 AMcom.example
in the docsbod
07/15/2024, 9:23 AMbod
07/15/2024, 9:25 AMIf there are no concerns that old references to it were actually intentionally pointing to the other __Schema class?
That's a good question! ๐