An inline fragment: an optional type condition and the selections it guards.
Summary
Types
@type t() :: %TypedGql.Language.InlineFragment{ directives: [TypedGql.Language.Directive.t()], loc: map(), selection_set: TypedGql.Language.SelectionSet.t() | nil, type_condition: TypedGql.Language.NamedType.t() | nil }