DefaultEmbeddedFieldsProvider

An EmbeddedFieldsProvider that returns the fields specified by the @typePolicy(embeddedFields: "...") and @connection directives.

Constructors

Link copied to clipboard
constructor(embeddedFields: Map<String, EmbeddedFields>)

Functions

Link copied to clipboard
open override fun isEmbedded(context: EmbeddedFieldsContext): Boolean

Returns whether the field should be embedded.