GQLInlineFragment

fun GQLInlineFragment(    sourceLocation: SourceLocation = SourceLocation.UNKNOWN,     typeCondition: GQLNamedType,     directives: List<GQLDirective>,     selectionSet: GQLSelectionSet)