GQLFragmentDefinition

constructor(    sourceLocation: SourceLocation? = null,     name: String,     directives: List<GQLDirective>,     typeCondition: GQLNamedType,     selections: List<GQLSelection>,     description: String?)