IrModel
@Serializable
A class or interface representing a GraphQL object field
Monomorphic fields will always be represented by a class while polymorphic fields will involve interfaces
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
The path to this field. See IrModelType for more details
Link copied to clipboard
A list of paths to interfaces that the model implements
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Nested models. Might be empty if the models are flattened
Link copied to clipboard
The possible types Used by the polymorphic adapter to generate the when
statement that chooses the concrete adapter to delegate to
Link copied to clipboard