Field Builders ============== The ``gpp_client.generated.custom_fields`` module provides utilities for constructing GraphQL field selection trees when building custom queries and mutations. These classes are primarily used for advanced GraphQL customization when the default generated operations do not provide the desired field selection. API Reference ------------- .. automodule:: gpp_client.generated.custom_fields :members: :undoc-members: :show-inheritance: