GQLFieldDefinition

constructor(    sourceLocation: SourceLocation? = null,     description: String?,     name: String,     arguments: List<GQLInputValueDefinition>,     type: GQLType,     directives: List<GQLDirective>)